home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / window / winclip / exam119.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-12  |  143 b   |  7 lines

  1.   #include "window.h"
  2.  
  3.   main()
  4.   {
  5.     WindowInitializeSystem();
  6.     ScrollScreenUp(1,1,3,5,10,CREATE_VIDEO_ATTRIBUTE(black,white));
  7.   }